home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xmmix-1.1
/
patchlevel.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-07-05
|
1KB
|
36 lines
/*
* patchlevel.h - Common patchlevel header file for xmmix.
*
* xmmix - Motif(tm) Audio Mixer
*
* Copyright (C) 1995 Ti Kan
* E-mail: ti@amb.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
#ifndef __PATCHLEVEL_H__
#define __PATCHLEVEL_H__
#ifndef LINT
static char *_patchlevel_h_ident_ = "@(#)patchlevel.h 2.5 95/05/19";
#endif
#define VERSION "1.1" /* The version number */
#define VERSION_EXT "" /* Version number extension */
#define PATCHLEVEL 0 /* The patch level */
#endif /* __PATCHLEVEL_H__ */